projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2c0fa2
)
Another small leak
author
Matthias Clasen
<matthiasc@src.gnome.org>
Mon, 8 Sep 2008 02:39:38 +0000
(
02:39
+0000)
committer
Matthias Clasen
<matthiasc@src.gnome.org>
Mon, 8 Sep 2008 02:39:38 +0000
(
02:39
+0000)
svn path=/trunk/; revision=21316
gdk-pixbuf/gdk-pixbuf-io.c
patch
|
blob
|
history
diff --git
a/gdk-pixbuf/gdk-pixbuf-io.c
b/gdk-pixbuf/gdk-pixbuf-io.c
index b0558800caee80046b2bd2534ffe85bed4df8352..61256e8631ae229370592636e0484bdd8ff2717b 100644
(file)
--- a/
gdk-pixbuf/gdk-pixbuf-io.c
+++ b/
gdk-pixbuf/gdk-pixbuf-io.c
@@
-402,6
+402,7
@@
gdk_pixbuf_io_init (void)
if (file_formats == NULL)
g_warning ("Cannot open pixbuf loader module file '%s': %s",
filename, error->message);
+ g_string_free (tmp_buf, TRUE);
g_free (filename);
return;
}